-
Notifications
You must be signed in to change notification settings - Fork 87
[INFRA] Put SDSL into contrib #3334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a594be4 to
34bc3da
Compare
|
Documentation preview available at https://docs.seqan.de/preview/seqan/seqan3/3334 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3334 +/- ##
=======================================
Coverage 98.11% 98.11%
=======================================
Files 270 270
Lines 11913 11913
Branches 104 104
=======================================
Hits 11688 11688
Misses 225 225 ☔ View full report in Codecov by Sentry. |
SGSSGene
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this a lot!
test/scripts/amalgamate-sdsl.sh
Outdated
| @@ -0,0 +1,53 @@ | |||
| #!/usr/bin/bash | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| #!/usr/bin/bash | |
| #!/usr/bin/env bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will force a lookup in the PATH variable for bash, for "interesting" system setups
7823b72 to
5d241cd
Compare
5d241cd to
b5166b3
Compare
1cdff26 to
a4e64db
Compare
SGSSGene
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good!
a4e64db to
859c5b6
Compare
Creates an amalgamated version of sdsl in contrib and removes dependency on the sdsl repo.